home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
hity wydania
/
Ubuntu 9.10 PL
/
karmelkowy-koliberek-desktop-9.10-i386-PL.iso
/
casper
/
filesystem.squashfs
/
sbin
/
casper-getty
< prev
next >
Wrap
Text File
|
2008-11-11
|
268b
|
16 lines
#! /bin/sh
autologin=1
for opt in "$@" ; do
if [ "$opt" = "-l" -o "$opt" = "-n" ] ; then
autologin=0
fi
done
if [ "$autologin" = "1" ] ; then
exec /sbin/getty -n -l /sbin/casper-login $*
else
exec /sbin/getty $*
fi